﻿@font-face
{
	 font-family:"Copperplate";
	 src: url('../Images/fonts/Copperplate_Gothic_Bold.eot')
}

@font-face
{
	 font-family:"Copperplate";
	 src: url('../Images/fonts/Copperplate Gothic Bold.ttf')
}


* {
    padding:0px;
    margin:0px;
}

body {
    background-color:black;
    background-image:url('../Images/black_pattern09.jpg')
}

.Header {
    width:1200px;
    margin-left:auto;
    margin-right:auto;
    background-color:black;
    height:146px;
    border-right:5px solid #8f9297;
    border-left:5px solid #8f9297;
    border-bottom:5px solid #8f9297;
}

.Content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    height: 100%;
    min-height: 400px;
    border-right: 5px solid #8f9297;
    border-left: 5px solid #8f9297;
    border-bottom: 5px solid #8f9297;
}

.Footer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #181818;
    height: 100%;
    border-right: 5px solid #8f9297;
    border-left: 5px solid #8f9297;
    border-bottom: 5px solid #8f9297;
    text-align: center;
    color: white;
    font-family: Copperplate;
    font-size: 12px
}

a{
    color:white;
}



a:hover{
    color:#736ae0;
}

.txtboxLabel {
    font-size:18px;
    font-family:Copperplate; 
}

.aspLabel {
    font-size:11.5px;
    font-family:Arial; 
    color:black !important;

}

.txtMsg {
    font-size:14px;
    font-family:Copperplate;

}

.Menu {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #181818;
    height: 32px;
    border-right: 5px solid #8f9297;
    border-left: 5px solid #8f9297;
    border-bottom: 5px solid #8f9297;
}

.Menu ul {
    list-style-type: none;
    height: 32px;
    width: 1200px;
    margin: auto;
}

.Menu li {
float: left;
}

.Menu ul a {
background-repeat: no-repeat;
background-position: right;
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 32px;
text-decoration: none;
font-family: Copperplate;
font-size: 14px;
color: #8f9297;
}

.Menu a:hover {
color: #FFF;
}

.HeaderLabel{
    font-size:20px;
    font-family:Copperplate;
}

.RaareLogo {
    height:141px
}

.RaareLogoText {
    width:839px
}